home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: cs.vu.nl!news
- From: Kastermans B <bkaster@cs.vu.nl>
- Subject: Re: gcc - displaying the calling tree
- Nntp-Posting-Host: galjoen.cs.vu.nl
- X-Mailer: Mozilla 2.01 (X11; I; SunOS 5.4 sun4m)
- Content-Type: text/plain; charset=us-ascii
- References: <4kqe2m$3nt@newsbf02.news.aol.com>
- Sender: news@cs.vu.nl
- Mime-Version: 1.0
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Fri, 19 Apr 1996 11:12:35 GMT
- Message-ID: <31777523.4910@cs.vu.nl>
- Content-Transfer-Encoding: 7bit
-
- Andkoe wrote:
- >
- > Hello,
- >
- > I'm using gcc under linux and I want to get information about the calling
- > tree
- > of a larger program package I'm dealing with, i.e. I want to know what
- > subroutines are called where in the program and additionally information
- > about the scope of variables in this program package. Are there any
- > compiler options of gcc generating such an information?
- >
- > Or does exist a public domain tool for linux and X which is able to
- > visualizise this information?
- >
- > Thanks
- > Andreas
- >
- > (andkoe@aol.com or koe@gatekeeper.rhein.de)
- check man strace
-
- MVG
- Bart Kastermans
-